home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00077_MouseTrap.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  193 b   |  22 lines

  1. on mouseUp
  2.   nothing()
  3. end
  4.  
  5. on mouseEnter
  6.   nothing()
  7. end
  8.  
  9. on mouseLeave
  10.   nothing()
  11. end
  12.  
  13. on mouseWithin
  14.   nothing()
  15. end
  16.  
  17. on mouseDown
  18.   nothing()
  19.   repeat while the stillDown
  20.   end repeat
  21. end
  22.